Documentation Index
Fetch the complete documentation index at: https://mintlify.com/LizandroCanul/back_sdo/llms.txt
Use this file to discover all available pages before exploring further.
GET /dependencias
Returns a list of government dependencies (dependencias). By default, only active dependencies are returned. Use thever_todo query parameter to include inactive dependencies.
Authentication
No authentication required. This is a public endpoint.Query Parameters
Set to
"true" to include inactive dependencies in the response. By default, only active dependencies are returned.Example: ver_todo=trueResponse
Returns an array of dependency objects, sorted alphabetically by name.Unique identifier for the dependency
Full name of the dependency
Acronym or abbreviation for the dependency (automatically converted to uppercase)
Indicates whether the dependency is active. Defaults to
trueExample Request
Example Response
200 - Success
The response is always sorted alphabetically by the
nombre field in ascending order (A-Z).